@charset "UTF-8";
html {
  font-size: 10px;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 12.5px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 12.94px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 13.75px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 16.25px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 18.75px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.mini {
  position: fixed;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.head_top {
  height: 38px;
  background: #252525;
  font-size: 14px;
}
.head_top_left span {
  color: #fff;
  line-height: 38px;
  height: 38px;
}
.h_lang {
  font: 14px/38px "Microsoft Yahei";
  color: #fff;
  overflow: hidden;
}
.h_lang span {
  color: #fff;
}
.h_lang span a {
  color: #fff;
  display: inline-block;
  padding: 0 18px 0 32px;
}
.k2,
.k2 span {
  color: #333;
  font-size: 16px;
}
.h_lang span img {
  vertical-align: middle;
}
.h_lang span .h_a1 {
  background: url(../Images/h_ic1.png) left center no-repeat;
}
.h_lang span .h_a2 {
  background: url(../Images/h_ic2.png) left center no-repeat;
}
.h_lang span .h_a3 {
  background: url(../Images/h_ic3.png) left center no-repeat;
}
.k2 {
  width: 12%;
  margin: 25px 0 0;
  padding-left: 23px;
  background: url(../Images/tel.png) left center no-repeat;
}
#header .btm-header {
  margin: 0 auto;
}
#header .btm-header .header-logo {
  width: 20%;
}
#header .btm-header .header-logo .logo {
  display: block;
  float: left;
}
#header .btm-header .header-logo .logo img {
  max-height: 100px;
  width: auto;
}
.img02{
    display: none;
}
#header .btm-header .header-logo h2 {
  font-size: 18px;
  margin-top: 20px;
  overflow: hidden;
  color: #666;
}
#header .btm-header .header-logo h2 b {
  font-weight: 400;
  font-style: italic;
  display: block;
  font-size: 22px;
  margin: 5px 0;
}
#header .btm-header .header-logo h2 em {
  font-size: 22px;
  color: #fe0000;
  line-height: 30px;
  font-style: italic;
}
#header .btm-header .contact {
  width: 36%;
}
#header .btm-header .contact .fa4 {
  font-size: 40px;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}
#header .btm-header .contact p {
  overflow: hidden;
  font-size: 22px;
  line-height: 40px;
}
#header .btm-header .contact .tel {
  margin-top: 20px;
}
#header .btm-header .contact .tel span {
  font-size: 18px;
  color: #555;
  display: inline-block;
  line-height: 17px;
}
#header .btm-header .contact .tel p {
  font-size: 26px;
  color: #dc0000;
  font-weight: 700;
  line-height: 22px;
  margin-top: 10px;
}
#header .header-nav {
  width: 70%;
}
#header .header-nav .header-menu-con li {
  width: 12.5%;
  float: left;
  text-align: center;
}
#header .header-nav .header-menu-con li a {
  font-size: 16px;
  display: block;
  line-height: 85px;
  color: #fff;
}
#header .header-nav .header-menu-con li a:hover {
  color: #fff;
  font-weight: bold;
}
#header .header-nav .header-menu-con li:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
#header .header-nav .header-menu-con li .sub-menu {
  position: absolute;
  left: 50%;
  margin-left: -110px;
  width: 220px;
  top: 85px;
  display: block;
  display: none;
  z-index: 9999;
  background: #0055b2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-top: 2px solid #0055b2;
}
#header .header-nav .header-menu-con li .sub-menu .arr_t {
  width: 0;
  height: 0;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: transparent transparent #0055b2;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -8px;
  z-index: 9999;
}
#header .header-nav .header-menu-con li .sub-menu li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #002f65;
  position: relative;
  z-index: 9999;
}
#header .header-nav .header-menu-con li .sub-menu li a {
  display: block;
  border: none;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
#header .header-nav .header-menu-con .current-menu-item a {
  color: #0055b2;
}
#header .header-nav .header-menu-con li .sub-menu li a:hover {
  background: #000;
  color: #fff;
}
#header .header-nav .header-menu-con li .sub-menu li:last-child {
  border-bottom: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  #header .btm-header .header-logo {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .slicknav_menu {
    display: none;
  }
}
.fnav .list li,
.fnav .list li:after,
.yl a,
.yl li:after {
  display: inline-block;
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.yl {
  font-size: 0;
  padding: 30px 0;
}
.yl a,
.yl span {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.yl li {
  padding: 0 8px;
  position: relative;
}
.yl li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #000;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.fnav {
  background: #4d515f;
  font-size: 0;
  padding: 11px 0;
}
.fnav .list {
  text-align: center;
}
.fnav .list li {
  vertical-align: top;
  padding: 0 63px;
  position: relative;
}
.fnav .list li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.fnav .list li:last-child:after {
  display: none;
}
.fnav .list a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 21px;
}
.footer {
  background: #6a91cb;
}
#fd .fd-qr {
  float: right;
}
#fd .fd-l {
  float: left;
}
.fd-nav {
  margin: 40px 0 40px -30px;
}
.fd-nav a {
  color: #fff;
  padding: 0 30px;
  position: relative;
  font-size: 14px;
}
.fd-nav a:after,
.fd-qr {
  position: absolute;
  right: 0;
}
.fd-nav a:hover {
  color: #dff3da;
}
.fd-nav a:after {
  content: "";
  background-color: #bacab6;
  width: 1px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}
.fd-row1,
.fd-row2 {
  background-color: #102740;
}
.fd-nav a:last-child:after {
  display: none;
}
.fd-row2 .l,
.fd-row2 .r,
.share_com2 .bdsharebuttonbox,
.share_com2 a {
  display: inline-block;
}
.fd-qr {
  bottom: 0;
  text-align: center;
}
.fd-qr img {
  width: 132px;
  height: 132px;
}
.fd-qr p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
}
.fd-row1 {
  padding-bottom: 30px;
  padding-top: 20px;
}
.fd-row1 .row {
  position: relative;
}
.index-bd .fd-row1 {
  padding-top: 110px;
}
.fd-address {
  float: left;
  margin-top: 50px;
  margin-left: 200px;
}
.fd-address p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
}
.fd-row2 a,
.login .link {
  font-size: 14px;
  color: #fff;
}
.fd-address i {
  margin-right: 10px;
}
.fd-row2 {
  text-align: center;
  height: 50px;
  color: #fff;
  padding-bottom: 80px;
      overflow: hidden;
}
.fd-row2 .container {
  border-top: 1px dashed #efefef;
}
.fd-row2 .l,
.fd-row2 .r {
  float: none;
  margin: 0 10px;
  font-size: 14px;
}
.fd-row2 .r {
  color: #949494;
}
.login .link {
  padding: 7px 25px;
  margin-bottom: 20px;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background: #717171;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.share_com2 a {
  width: 28px !important;
  height: 38px !important;
  margin: 0 !important;
  background: url(../images/share2.png) no-repeat !important;
  padding-left: 0 !important;
}
.share_com2 a.wb {
  background-position: -30px 0 !important;
}
.share_com2 a.kj {
  background-position: -55px 0 !important;
}
.share_com2 a.shareM {
  background-position: -136px 0 !important;
}
#menu-header .pro_nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 84px;
  background: rgba(2, 32, 56, 0.9);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
#menu-header .pro_nav.show {
  visibility: visible;
  opacity: 1;
  height: 290px;
}
#menu-header .pro_nav .content {
  width: 1200px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
#menu-header .pro_nav .content .n01 {
  width: 640px;
  float: left;
  padding: 10px 0;
  height: 12rem;
}
#menu-header .pro_nav .content .n01 a {
  width: 320px;
  height: 46px;
  float: left;
  line-height: 46px;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 765px) {
  #menu-header .pro_nav .content .n01 a::after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
  }
}
#menu-header .pro_nav .content .n02 {
  width: 550px;
  float: right;
  padding: 1rem 0 0;
  height: 12.5rem;
}
#menu-header .pro_nav .content .n02 p {
  width: 260px;
  float: left;
  margin: 0 0 0 15px;
}
#menu-header .pro_nav .content .n02 p a {
  font-size: 0.7rem;
  color: #fff;
  display: block;
  float: left;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: 3.8rem;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  -moz-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}
#menu-header .pro_nav .content .n02 p a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#menu-header .pro_nav .content .n02 p a em {
  width: 260px;
  height: 195px;
  display: block;
  line-height: 0;
  overflow: hidden;
  background: #fff;
}
#topcontrol .return-left-container .loadApp_icon .download p,
#topcontrol
  .return-left-container
  .wechat_official-icon
  .wechat_official-count
  p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 22px;
}
#menu-header .pro_nav .content .n02 p a em img {
  width: 260px;
  height: 195px;
}
#topcontrol {
  position: fixed;
  bottom: 120px;
  right: 0;
  margin-right: 90px;
  cursor: pointer;
  z-index: 99;
}
#topcontrol .return-left-container {
  width: 50px;
  bottom: 110px;
  position: fixed;
  margin-left: 20px;
}
#topcontrol .return-left-container .loadApp_icon,
#topcontrol .return-left-container .return-top-icon,
#topcontrol .return-left-container .wechat_official-icon {
  width: 50px;
  height: 50px;
}
#topcontrol .return-left-container .download_QR {
  margin: 0 auto;
}
#topcontrol .return-left-container .loadApp_icon {
  background: url(../images/xiazai_app.png);
  -moz-background-size: 100%;
  background-size: 100%;
}
#topcontrol .return-left-container .loadApp_icon .download {
  padding: 10px 0;
  width: 120px;
  position: absolute;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  display: none;
  top: -160px;
  left: -70px;
}
#topcontrol .return-left-container .loadApp_icon .download p span {
  color: #f12b15;
}
#topcontrol .return-left-container .loadApp_icon .download .download_QR {
  background: url(../images/app-QRCode@2x.png);
  width: 100px;
  height: 100px;
  -moz-background-size: 100%;
  background-size: 100%;
}
#topcontrol .return-left-container .wechat_official-icon {
  background: url(../images/guanzhu.png);
  -moz-background-size: 100%;
  background-size: 100%;
}
@media (max-width: 768px) {
  #topcontrol .return-left-container .loadApp_icon,
  #topcontrol .return-left-container .wechat_official-icon {
    display: none;
  }
}
#topcontrol
  .return-left-container
  .wechat_official-icon
  .wechat_official-count {
  padding: 10px 0;
  width: 120px;
  position: absolute;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  display: none;
  top: -180px;
  left: -70px;
}
@media screen and (max-width: 1679px) and (min-width: 1440px) {
  #topcontrol
    .return-left-container
    .wechat_official-icon
    .wechat_official-count {
    top: -185px;
    left: -70px;
  }
}
#topcontrol
  .return-left-container
  .wechat_official-icon
  .wechat_official-count
  .wechat_count_QR {
  background: url(../images/5d0c624261c06.jpg);
  -moz-background-size: 100%;
  background-size: 100%;
  height: 110px;
}
#topcontrol
  .return-left-container
  .wechat_official-icon
  .wechat_official-count
  .wechat_count_QR:hover {
  background: url(//res.jiemian.com/assets/pc/article/image/fanhui_pre.png);
}
#topcontrol .return-left-container .return-top-icon {
  background: url(../images/fanhui.png);
  -moz-background-size: 100%;
  background-size: 100%;
  margin-top: 10px;
}
.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  #header,
  .yewei {
    position: fixed;
  }
  .mobile,
  .yewei {
    display: block;
  }
  body {
    padding-top: 64px;
  }
  #header {
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  }
  .yewei {
    bottom: 10px;
    width: 100%;
    height: 70px;
    background: url(../images/index_22.png) center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    z-index: 999;
	display: flex;
	font-size: 16px;
  }
  .yewei .phone {
    width: 100%;
    height: 70px;
    background-position: 7% 14px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    text-align: center;
    margin: 5px 0;
  }
  .yewei .phone span {
    font-size: 16px;
    letter-spacing: 1px;
    -moz-animation: mymove 0.4s infinite;
    animation: mymove 0.4s infinite;
    -webkit-animation: mymove 0.4s infinite;
  }
  .fu-iphone-cont {
    width: 50%;
    padding: 24px 0;
    text-align: center;
}
  
  #fd{
    padding-bottom: 80px;
    background-color: #102740;
  }
  .footer {
    padding-bottom: 24px;
  }
  .pro_nav {
    display: none !important;
  }
}
